home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / scripts / protosprites.shader < prev    next >
Encoding:
Text File  |  2002-10-21  |  1.2 KB  |  38 lines

  1. crosshair
  2. {
  3.     spriteGen oriented
  4. //    spriteGen parallel_oriented
  5.     cull none   
  6.     nomipmaps
  7.     {
  8.         map textures/sprites/crosshair.tga
  9.         blendFunc GL_ONE GL_ONE
  10.         rgbGen vertex
  11.     }
  12. }
  13.  
  14. fgrenexplosion
  15. {
  16.     surfaceparm nolightmap
  17.     spriteGen parallel_oriented
  18.     spriteScale 1.5
  19.         sort additive
  20.      cull none
  21.     {
  22.         animmap 20 textures/sprites/expl/expl0002.tga textures/sprites/expl/expl0003.tga textures/sprites/expl/expl0004.tga textures/sprites/expl/expl0005.tga textures/sprites/expl/expl0006.tga textures/sprites/expl/expl0007.tga textures/sprites/expl/expl0008.tga textures/sprites/expl/expl0009.tga textures/sprites/expl/expl0010.tga textures/sprites/expl/expl0011.tga textures/sprites/expl/expl0012.tga textures/sprites/expl/expl0013.tga textures/sprites/expl/expl0014.tga textures/sprites/expl/expl0015.tga textures/sprites/expl/expl0016.tga textures/sprites/expl/expl0017.tga textures/sprites/expl/expl0018.tga textures/sprites/expl/expl0019.tga textures/sprites/expl/expl0020.tga textures/sprites/expl/expl0021.tga
  23.         blendFunc GL_ONE GL_ONE
  24.         rgbGen vertex
  25. //        alphaGen vertex
  26.     }
  27. }
  28.  
  29. fgrenshock
  30. {
  31.     spriteGen parallel_oriented
  32.     cull none
  33.     {
  34.         map textures/sprites/shockwave2.tga
  35.         blendFunc GL_ONE GL_ONE
  36.         rgbGen vertex
  37.     }
  38. }